|
|
@@ -1823,7 +1823,7 @@ func (this *InfoChangeController) CommonAuditEntity() {
|
|
|
|
|
|
var infoChangeEntityAfterUpdate infochange.OilInfoChange
|
|
|
infoSrv.GetEntityById(infoId, &infoChangeEntityAfterUpdate)
|
|
|
- if infoChangeEntityAfterUpdate.Status == suppliercert.STOREING_STATUS {
|
|
|
+ if infoChangeEntityAfterUpdate.Status == suppliercert.STORE_STATUS {
|
|
|
fmt.Println("资质变更入库完成, 开始实际变更信息: supplierId" + strconv.Itoa(infoChangeEntityAfterUpdate.SupplierId) + "变更信息表ID: " + infoId)
|
|
|
this.updateChangeInfo(infoChangeEntityAfterUpdate.SupplierId, infoId)
|
|
|
}
|