Commit 1bbdb94a by 徐高华

test

parent 080c31b0
...@@ -197,7 +197,7 @@ public class MaterialController extends WebBaseController { ...@@ -197,7 +197,7 @@ public class MaterialController extends WebBaseController {
String materialId = materialDTO.getMaterialId(); String materialId = materialDTO.getMaterialId();
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) ;
} }
MaterialDTO dto = materialApiService.selectMaterialById(materialId); MaterialDTO dto = materialApiService.selectMaterialById(materialId);
if (dto == null) { if (dto == null) {
......
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