Commit fb54dd46 by 徐高华

Merge branch 'feature/xgh/bug/0415' into 'developer'

test

See merge request !1706
parents 6e9f35e7 16a26998
...@@ -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