Commit 704df226 by 徐高华

朋友圈

parent 79f3f5bb
...@@ -56,6 +56,9 @@ public class QwMomentController { ...@@ -56,6 +56,9 @@ public class QwMomentController {
qdto.setEnterpriseId(enterpriseId); qdto.setEnterpriseId(enterpriseId);
qdto.setStoreId(storeId); qdto.setStoreId(storeId);
ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ; ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ;
if(null == clerk) {
return RestResponse.successResult(0) ;
}
if(0 == clerk.getClerkType()) { if(0 == clerk.getClerkType()) {
qdto.setClerkId(clerkId); qdto.setClerkId(clerkId);
} }
......
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