Compare commits

...

2 Commits

Author SHA1 Message Date
liuwu cc2b8c4d2a Merge remote-tracking branch 'origin/master' 2023-09-26 09:43:34 +08:00
liuwu 5fff7a0f22 修改页面和接口 2023-09-26 09:43:25 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="type != null and type != ''">type = #{type},</if>
<if test="shotName != null and shotName != ''">shot_name = #{shotName},</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="demand != null">demand = #{demand},</if>
<if test="detailed != null">detailed = #{detailed},</if>