修改页面和接口

This commit is contained in:
liuwu 2023-09-14 11:47:19 +08:00
parent 33662ade28
commit 2f6bbb67e5
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="shotName != null and shotName != ''"> and a.shot_name = #{shotName}</if> <if test="shotName != null and shotName != ''"> and a.shot_name = #{shotName}</if>
<if test="unit != null and unit != ''"> and a.unit = #{unit}</if> <if test="unit != null and unit != ''"> and a.unit = #{unit}</if>
<if test="target != null and target != ''"> and a.target = #{target}</if> <if test="target != null and target != ''"> and a.target = #{target}</if>
<if test="zhiwu != null and zhiwu != ''"> and b.party_duties = #{zhiwu}</if>
<!-- <if test="target != null and target != ''">--> <!-- <if test="target != null and target != ''">-->
<!-- AND a.target like concat('%', #{target}, '%')--> <!-- AND a.target like concat('%', #{target}, '%')-->
<!-- </if>--> <!-- </if>-->