修改页面和接口
This commit is contained in:
parent
e409c2dc4a
commit
5fff7a0f22
|
@ -427,7 +427,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="type != null and type != ''">type = #{type},</if>
|
<if test="type != null and type != ''">type = #{type},</if>
|
||||||
<if test="shotName != null and shotName != ''">shot_name = #{shotName},</if>
|
<if test="shotName != null and shotName != ''">shot_name = #{shotName},</if>
|
||||||
<if test="unit != null">unit = #{unit},</if>
|
<if test="unit != null">unit = #{unit},</if>
|
||||||
<if test="examineType != null">examineType = #{examine_type},</if>
|
<if test="examineType != null">examine_type = #{examineType},</if>
|
||||||
<if test="target != null">target = #{target},</if>
|
<if test="target != null">target = #{target},</if>
|
||||||
<if test="demand != null">demand = #{demand},</if>
|
<if test="demand != null">demand = #{demand},</if>
|
||||||
<if test="detailed != null">detailed = #{detailed},</if>
|
<if test="detailed != null">detailed = #{detailed},</if>
|
||||||
|
|
Loading…
Reference in New Issue