Commit 6dc5c538 by YANGYANG

任务列表查询条件

parent 26c7dbdc
......@@ -208,7 +208,7 @@
<if test="fsrIdentity != null and fsrIdentity != ''">and fsr_Identity = #{ fsrIdentity , jdbcType=VARCHAR }</if>
<if test="carNum != null and carNum != ''">and carNum = #{ carNum , jdbcType=VARCHAR }</if>
<if test="taskType != null and taskType != ''">and task_Type = #{ taskType , jdbcType=VARCHAR }</if>
<if test="taskName != null and taskName != ''">and task_Name = #{ task_Name , jdbcType=VARCHAR }</if>
<if test="taskName != null and taskName != ''">and task_Name = #{ taskName , jdbcType=VARCHAR }</if>
</select>
<!--获取任务结果-->
<select id="selecteRegionalsTasksResults" parameterType="String" resultType="com.founder.commonutils.carEntity.RegionalsCarCarResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment