|
|
@@ -205,7 +205,7 @@ func (this *OilSupplierCertAppendController) AddAppend() {
|
|
|
svc.GetEntitysByOrderbyWhere(OilSupplierCertAppendName, where_app, orderby, &modeltmp)
|
|
|
if len(modeltmp) > 0 {
|
|
|
status, _ := strconv.Atoi(modeltmp[0].Status)
|
|
|
- if status < 11 {
|
|
|
+ if status < 11 && status != 8 {
|
|
|
errinfo.Message = "已提交增项申请,审批通过后才可再提交申请!"
|
|
|
errinfo.Code = -1
|
|
|
errinfo.Info = model.Id
|