| src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -99,6 +99,9 @@ <if test="household.name!=null and household.name !=''"> and jh.name like concat('%',#{household.name},'%') </if> <if test="household.houseCode!=null and household.houseCode !=''"> and jh.house_code = #{household.houseCode} </if> <if test="household.phoneNumber!=null and household.phoneNumber !=''"> and jh.phone_number like concat('%',#{household.phoneNumber},'%') </if>