Browse Source

租房审核PC端新增

feature/addRentHouseOfPC
wanggongfeng 3 years ago
parent
commit
6aeca43826
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/rent/RentContractInfoDao.xml

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/rent/RentContractInfoDao.xml

@ -83,7 +83,7 @@
<if test="isPcInput == 1 or isPcInput == '1'">
AND i.IS_PC_INPUT = '1'
</if>
<if test="isPcInput == 0 or isPcInput == '0'">
<if test="isPcInput == 2 or isPcInput == '2'">
AND (i.IS_PC_INPUT != '1' or i.IS_PC_INPUT is null)
</if>
<if test="customerId != null and customerId != ''">

Loading…
Cancel
Save