@@ -1149,9 +1149,9 @@ func (this *AnnualAuditController) UpdateIsStorage() {
AuditRemark := ""
if status == "1" {
- AuditRemark = "已入库。"
+ AuditRemark = "审批通过已入库。"
} else {
- AuditRemark = "入库审批驳回。"
+ AuditRemark = "已入库。"
}
svcActiviti := workflow.GetActivitiService(utils.DBE)
@@ -1048,9 +1048,9 @@ func (this *OilSupplierCertController) UpdateIsStorage() {
@@ -1087,9 +1087,9 @@ func (this *OilSupplierCertAppendController) UpdateIsStorage() {