|
|
@@ -986,7 +986,7 @@ func (this *OilSupplierCertSubController) BusinessDelete() {
|
|
|
//SupplierCertId := this.GetString("SupplierCertId")
|
|
|
SupplierId := this.GetString("SupplierId")
|
|
|
var errinfo ErrorInfo
|
|
|
- if Id == "" || SupplierId == "" {
|
|
|
+ if Id == "" || SupplierId == "" || SupplierId == "0" {
|
|
|
errinfo.Message = "操作失败!请求信息不完整"
|
|
|
errinfo.Code = -2
|
|
|
this.Data["json"] = &errinfo
|