gc-user/src/main/resources/mapper/user/JhyInfoMapper.xml
@@ -32,6 +32,10 @@ and status = #{record.status} </if> </where> order by id desc; order by id desc </select> <delete id="deleteByUserId"> delete from xzx_jhy_info where user_id=#{userId} </delete> </mapper>