generated from dxfeng/secondev-chapanda-feishu
BUG修复
This commit is contained in:
parent
2ca851bf5b
commit
a175f9c4aa
|
|
@ -61,7 +61,7 @@ public class InductionManageServiceImpl extends Service implements InductionMana
|
|||
}
|
||||
|
||||
// 查询信息采集模板内容
|
||||
rs.executeQuery("select yjnr,mbmc from uf_jcl_yjtzmb where mblx = 3");
|
||||
rs.executeQuery("select yjnr,mbmc from uf_jcl_yjtzmb where mblx = 3 and zt = 0");
|
||||
String yjnr = "";
|
||||
String mbmc = "";
|
||||
if (rs.next()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue