소스 검색

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

zhaoxian 3 년 전
부모
커밋
17e9b38b36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/controller/KuaiShouMaterialStareController.java

+ 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("暂无自定义列。");
             }