Commit 6e9f35e7 by 徐高华

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

test

See merge request !1705
parents 8386515e 1bbdb94a
......@@ -197,7 +197,7 @@ public class MaterialController extends WebBaseController {
String materialId = materialDTO.getMaterialId();
String msg = this.checkEmoji(materialDTO.getMaterialContent()) ;
if(null != msg) {
return this.fail(msg) ;
// return this.fail(msg) ;
}
MaterialDTO dto = materialApiService.selectMaterialById(materialId);
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