Ver Fonte

错误 #93915 采购和销售页面的全部合同仅显示执行中和已完结

zou.yingbin há 4 anos atrás
pai
commit
4d12f94316
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      models/ermcp.go

+ 1 - 1
models/ermcp.go

@@ -286,7 +286,7 @@ func (r *ErmcpModel) buildSql(nContractType, nQueryType int32) string {
 	var status string
 	if 1 == nQueryType {
 		// 全部
-		status = "0,1,2,3,4,5,6"
+		status = "2,3"
 		str = str + " order by t.audittime desc"
 	} else if 2 == nQueryType {
 		// 待点价