Browse Source

xuanpin库

zhaoxian 3 năm trước cách đây
mục cha
commit
e22356e975

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/material/service/impl/ProductMaterialServiceImpl.java

@@ -81,7 +81,7 @@ public class ProductMaterialServiceImpl extends ServiceImpl<ProductMaterialMappe
                 String lastDayStr = "-" + DateUtils.getDaysOfMonth(Integer.valueOf(sp[0]), Integer.valueOf(sp[1]));
                 productMaterial.setEndDate(endMonth.concat(lastDayStr));
             }else{
-                productMaterial.setEndMonth(DateUtils.date2Str());
+                productMaterial.setEndDate(DateUtils.date2Str());
             }
         }
         Long total = baseMapper.videoListTotal(productMaterial);