质量自检
This commit is contained in:
parent
75635fab69
commit
941ec0fafc
@ -21,7 +21,7 @@
|
||||
and a.task_name like concat('%',#{param.taskName},'%')
|
||||
</if>
|
||||
<if test="param.type != null and param.type != ''">
|
||||
and a.type=#{type}
|
||||
and a.type=#{param.type}
|
||||
</if>
|
||||
</select>
|
||||
<select id="getTodayInfo" resultType="com.zhgd.jeecg.common.mybatis.EntityMap">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user