Przeglądaj źródła

Merge remote-tracking branch 'origin/test' into test

zhaoxian 3 lat temu
rodzic
commit
17e9b38b36

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/controller/KuaiShouMaterialStareController.java

@@ -349,7 +349,7 @@ public class KuaiShouMaterialStareController {
                                                             @RequestParam(name="userId") String userId,HttpServletResponse response) {
 
         try {
-            JSONObject jsonObject = materialStareMapper.getColumnInfo(userId,"104");
+            JSONObject jsonObject = materialStareMapper.getColumnInfo(userId,"101");
             if (Check.isNull(jsonObject)){
                 return Result.errorMsg("暂无自定义列。");
             }