修改bug

This commit is contained in:
yangjun 2025-11-17 16:58:54 +08:00
parent 34c7eb9129
commit 5a5dad3b33
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ public class ShiroConfig {
}
filterChainDefinitionMap.put("/api/tplink/videoStorage/**", "anon"); //视频缓存存储接口
filterChainDefinitionMap.put("/api/pad/invoicing/**", "anon"); //测试进销存对应的接口
// filterChainDefinitionMap.put("/api/pad/invoicing/**", "anon"); //测试进销存对应的接口
// filterChainDefinitionMap.put("/api/pad/qingling/**", "anon"); //测试请领对应的接口
filterChainDefinitionMap.put("/iot/tq/api/electricityMeter/**", "anon"); //电表回调
filterChainDefinitionMap.put("/api/pad/baseInfo/**", "anon"); //电表回调

View File

@ -83,7 +83,7 @@
</select>
<select id="getRemainingList" resultType="com.nu.modules.warehouseMaterialInfo.entity.BlWarehouseMaterialInfo">
select id as wl_id from nu_config_material_info where id not in (select wl_id from nu_warehouse_material_info where del_flag = '0') and upper_limit is not null and lower_limit is not null and del_flag = '0' and iz_enabled = '0'
select id as wl_id from nu_config_material_info where id not in (select wl_id from nu_warehouse_material_info where del_flag = '0') and upper_limit is not null and lower_limit is not null and del_flag = '0' and iz_enabled = 'Y'
</select>
<insert id="batchInsert">
@ -99,7 +99,7 @@
#{item.nuId},
#{item.wlId},
'0',
'0'
'Y'
)
</foreach>
</insert>