|
@@ -590,6 +590,7 @@ func (this *OilSupplierController) GetJZPSJoinCertEntityList() {
|
|
|
RegCapital2 := this.GetString("RegCapital2")
|
|
RegCapital2 := this.GetString("RegCapital2")
|
|
|
BusinessScope := this.GetString("BusinessScope")
|
|
BusinessScope := this.GetString("BusinessScope")
|
|
|
RecUnitName := this.GetString("RecUnitName")
|
|
RecUnitName := this.GetString("RecUnitName")
|
|
|
|
|
+ RecUnitId := this.GetString("RecUnitId")
|
|
|
|
|
|
|
|
if SupplierName != "" {
|
|
if SupplierName != "" {
|
|
|
where = where + " and a.SupplierName like '%" + SupplierName + "%'"
|
|
where = where + " and a.SupplierName like '%" + SupplierName + "%'"
|
|
@@ -680,6 +681,10 @@ func (this *OilSupplierController) GetJZPSJoinCertEntityList() {
|
|
|
where = where + " and b.RecUnitName like '%" + RecUnitName + "%'"
|
|
where = where + " and b.RecUnitName like '%" + RecUnitName + "%'"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if RecUnitId != "" {
|
|
|
|
|
+ where = where + " and b.RecUnitId = '" + RecUnitId + "' "
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
status := this.GetString("Status")
|
|
status := this.GetString("Status")
|
|
|
if status != "" {
|
|
if status != "" {
|
|
|
where = where + " and b.Status='" + status + "'"
|
|
where = where + " and b.Status='" + status + "'"
|