ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml
@@ -56,10 +56,10 @@ and t.resident_name like concat('%',#{query.residentName},'%') </if> <if test="query.contractNumber != null and query.contractNumber !=''"> and b.contract_number = #{contractNumber} and b.contract_number = #{query.contractNumber} </if> <if test="query.userId != null and query.userId !=''"> and b.contract_number = #{contractNumber} and t.id = #{query.userId} </if> </where> </select>