Commit 36d3779922544d608f4affcfd42a799eb79a0e7f

Authored by wangshiming
Exists in dev

Merge remote-tracking branch 'origin/dev' into dev

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CourseFacade.java View file @ 36d3779
... ... @@ -1238,7 +1238,7 @@
1238 1238 if (parentId!=null){
1239 1239 String readCount = model.getReadCount();
1240 1240 //判断此条信息有没有值
1241   - if (readCount.isEmpty()){
  1241 + if (readCount==null){
1242 1242 //如果没有值,直接添加数据
1243 1243 model.setReadCount(parentId);
1244 1244 courseEvalService.updateMsgReadCount(model);