delete type

ht
qijirenjian 1 month ago
parent 2d8844680b
commit 271c642c0e

@ -72,7 +72,7 @@ public class CheckSystemAction extends BaseBean implements Action, EsbServerless
}
}
int num = 0;
String sql = "select count(id) as count from e10_core_business.dbo." + tablename + " where yhgh='" + yhgh + "' and lczt='1' and xtid='" + sysid + "'";
String sql = "select count(id) as count from e10_core_business.dbo." + tablename + " where yhgh='" + yhgh + "' and lczt='1' and xtid='" + sysid + "' and delete_type = 0";
RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
String poolname = CONN_TYPE.workflow.getType();
// TODO E10执行sql方法第二参数必须指定源默认使用流程源单体客户无需修改微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源

Loading…
Cancel
Save