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