Commit 84636e28 by guojuxing

一对一门店同步修复:参数判断错误

parent db798764
......@@ -349,7 +349,7 @@ public class WmStoreSyncController {
*/
@RequestMapping("/weimob-init-store")
public RestResponse weimobInitStore(Integer wmMallStoreId, String storeIds) {
if (StringUtils.isNotBlank(storeIds)) {
if (StringUtils.isBlank(storeIds)) {
return RestResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "参数为空");
}
if (!validWmMode(wmMallStoreId)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment