闸阀信息表新增字段

master
徐杰盟 2024-07-22 11:10:17 +08:00
parent 5d3ecfa604
commit cc5f594cbb
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ public interface StStbprpBMapper extends BaseMapper<StStbprpB> {
@Select("""
<script>
SELECT st.*,COALESCE (r.rz, 0 ) v,arb.res_code FROM st_stbprp_b st
LEFT JOIN att_res_base arb ON arb.stcd = st.stcd
SELECT st.*,COALESCE (r.rz, 0 ) v FROM st_stbprp_b st
LEFT JOIN st_rsvr_r_real r ON st.stcd = r.stcd
WHERE st.sttp = 'RR'
</script>