BUG修复

This commit is contained in:
dxfeng 2023-12-11 13:30:06 +08:00
parent 2ca851bf5b
commit a175f9c4aa
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {