Commit 16a26998 by 徐高华

test

parent 1bbdb94a
...@@ -134,7 +134,7 @@ public class MaterialController extends WebBaseController { ...@@ -134,7 +134,7 @@ public class MaterialController extends WebBaseController {
materialDTO.setStaffName(login.getClerkName()); materialDTO.setStaffName(login.getClerkName());
String msg = this.checkEmoji(materialDTO.getMaterialContent()) ; String msg = this.checkEmoji(materialDTO.getMaterialContent()) ;
if(null != msg) { if(null != msg) {
return this.fail(msg) ; // return this.fail(msg) ;
} }
String materialTitle = materialDTO.getMaterialTitle(); String materialTitle = materialDTO.getMaterialTitle();
String categoryId = materialDTO.getCategoryId(); String categoryId = materialDTO.getCategoryId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment