|
@@ -289,8 +289,8 @@
|
|
|
order by ril.create_date desc
|
|
|
</select>
|
|
|
|
|
|
- <select id="getUnInstallList" resultType="com.zcxk.rmcp.api.vo.InstallListVo">
|
|
|
- select id,door_no,meter_code,user_name,user_phone,id_card from rmcp_install_list where status = 1 and install_plan_id = #{planId} and is_installed = 0
|
|
|
+ <select id="findInstallList" resultType="com.zcxk.rmcp.api.vo.InstallListVo">
|
|
|
+ select id,door_no,meter_code,user_name,user_phone,id_card from rmcp_install_list where status = 1 and install_plan_id = #{planId}
|
|
|
</select>
|
|
|
|
|
|
<select id="getUnInstallDeviceList" resultType="com.zcxk.rmcp.api.dto.install.InstallDeviceDto">
|