소스 검색

fixed 商品编辑问题

fushengqian 1 년 전
부모
커밋
34795a2727
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fuint-application/src/main/java/com/fuint/module/backendApi/controller/BackendGoodsController.java

+ 1 - 1
fuint-application/src/main/java/com/fuint/module/backendApi/controller/BackendGoodsController.java

@@ -541,7 +541,7 @@ public class BackendGoodsController extends BaseController {
         if (StringUtil.isNotEmpty(description)) {
             mtGoods.setDescription(description);
         }
-        if (storeId != null && storeId > 0) {
+        if (storeId != null) {
             mtGoods.setStoreId(storeId);
         }
         if (images.size() > 0) {