Browse Source

盯盘-项目数据导出修改自定义列类型

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

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