Commit ee5f8a18 by 徐高华

朋友圈

parent 0430fbd2
...@@ -58,8 +58,8 @@ public class QwMomentController { ...@@ -58,8 +58,8 @@ public class QwMomentController {
if(0 == clerk.getClerkType()) { if(0 == clerk.getClerkType()) {
qdto.setClerkId(clerkId); qdto.setClerkId(clerkId);
} }
this.qwMomentApiService.getTaskNum(qdto) ; ServiceResponse<Integer> resp = this.qwMomentApiService.getTaskNum(qdto) ;
return RestResponse.successResult(0) ; return RestResponse.successResult(resp.getResult()==null?0:resp.getResult()) ;
} }
/** /**
......
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