|
@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="auditflowId != null and auditflowId != ''"> and auditflow_id = #{auditflowId}</if>
|
|
|
<if test="auditflowStep != null and auditflowStep != ''"> and auditflow_step = #{auditflowStep}</if>
|
|
|
<if test="sign != null and sign != ''"> and sign = #{sign}</if>
|
|
|
- <if test="fieldworkId != null and fieldworkId != ''">and fieldwork_id=#{fieldworkId},</if>
|
|
|
+ <if test="fieldworkId != null and fieldworkId != ''"> and fieldwork_id=#{fieldworkId}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|