pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeClientMapper.xml
@@ -406,6 +406,11 @@ SELECT id FROM se_client WHERE clientNum = ${clientNum} </select> <!--根据电话号码获取农户ID--> <select id="getClientIdByPhone" resultType="java.lang.Long"> SELECT id FROM se_client WHERE phone = #{phoneNumber} </select> <!--根据农户ID逻辑删除农户--> <update id="deleteClientById" parameterType="java.lang.Long"> update se_client set deleted = 1