APP电子签约验证不通过问题修改

This commit is contained in:
zhangjun 2020-08-18 11:40:21 +08:00
parent 4874185430
commit 4f2d5d5ae3

View File

@ -1083,9 +1083,9 @@ public class ContractSignAction{
String peopleStatus="";
String sql = "";
if ("01".equals(customerType)) {
sql = "project_id=:projectId and file_flag='yes' and doc_name='×â½ð´ú³¥º¯' and sendprocess='1'";
sql = "project_id=:projectId and file_flag='yes' and doc_name='×â½ð´ú³¥º¯' ";
} else {
sql = "project_id=:projectId and file_flag='yes' and sendprocess='1'";
sql = "project_id=:projectId and file_flag='yes' ";
}
@SuppressWarnings("unchecked")
List<BizObject> bo = contBom.createQuery(sql).setParameter("projectId", ProjectId).getResultList(true);