Commit d8870d36 by qwmqiuwenmin

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 919c2a69 5137279a
......@@ -132,7 +132,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) {
......@@ -152,7 +152,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