APP电子签约验证不通过问题修改
This commit is contained in:
parent
4874185430
commit
4f2d5d5ae3
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user