修改页面和接口
This commit is contained in:
parent
33662ade28
commit
2f6bbb67e5
|
@ -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="unit != null and unit != ''"> and a.unit = #{unit}</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 != ''">-->
|
||||
<!-- AND a.target like concat('%', #{target}, '%')-->
|
||||
<!-- </if>-->
|
||||
|
|
Loading…
Reference in New Issue