Commit 348ba9f0 by huangZW

111

parent 363d409e
......@@ -139,7 +139,7 @@ public class AuditApiServiceImpl implements AuditApiService{
content = "["+content+"]"+"修改审核通过";
TabHaobanAudit tab2 = auditMapper.selectByPrimaryKey(auditId);
String staffId = tab2.getCommitStaffId();
// this.sendMessageByStaffId(staffId, storeId, title, content);
this.sendMessageByStaffId(staffId, storeId, title, content);
}
@Override
public void refuse(String auditId, String auditReason,String auditName) {
......@@ -159,7 +159,7 @@ public class AuditApiServiceImpl implements AuditApiService{
content = "["+content+"]"+"被拒绝。拒绝理由:"+auditReason;
String staffId = tab2.getCommitStaffId();
String storeId = tab2.getCommitStoreId();
// this.sendMessageByStaffId(staffId, storeId, title, content);
this.sendMessageByStaffId(staffId, storeId, title, content);
}
@Override
......
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