|
|
@@ -671,7 +671,7 @@ func (this *TmpzcgfController) CapacityExpansion() {
|
|
|
svc := suppliercertsub.GetOilSupplierCertSubService(utils.DBE)
|
|
|
// 供应商
|
|
|
var supplierCertSubList []suppliercertsub.OilSupplierCertSub
|
|
|
- wheresup := " SupplierTypeCode='01' and LENGTH(CODE) != 8 "
|
|
|
+ wheresup := " SupplierTypeCode='01' and LENGTH(CODE) < 8 "
|
|
|
svc.GetEntities(&supplierCertSubList, wheresup)
|
|
|
// 准入项
|
|
|
for _, supplierCertSub := range supplierCertSubList {
|