|
|
@@ -256,7 +256,7 @@ func (s *OilSupplierService) GetProcessInfoWithOrderBytbl(supplierTableName, sup
|
|
|
sqlCount += ` where ` + where
|
|
|
|
|
|
var sql string
|
|
|
- sql = `select a.SupplierName, b.Id, b.AccessCardNo, b.CreateOn, b.ModifiedOn As AddinTime, a.ContactName, a.Mobile, `
|
|
|
+ sql = `select a.SupplierName, b.Id, b.AccessCardNo, b.CreateOn, b.ModifiedOn As AddinTime, a.Mobile, `
|
|
|
sql += ` b.Status, b.SupplierTypeCode, `
|
|
|
sql += ` b.WorkflowId, b.ProcessKey, '1' as Type, b.CreateOn,`
|
|
|
sql += ` case when u.IsCompanyUser = 1 then c.CheckUnitName
|