zhijiezhao 1 년 전
부모
커밋
e10a747000
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/ShopMapper.xml

+ 1 - 1
src/main/resources/mapper/ShopMapper.xml

@@ -332,7 +332,7 @@
          organizePercent,
          cmPercent)
         values (#{productId},
-                #{organizeId},
+                ifnull(#{organizeId},0),
                 #{normalPrice},
                 #{price},
                 #{costPrice},