修改bug

master
wangwei 2 years ago
parent 6c468fb2f3
commit 441585878e

@ -407,6 +407,9 @@
<if test="originUuid != null and originUuid != ''">
and originUuid = #{originUuid}
</if>
<if test="manufactory != null and manufactory != ''">
and manufactory LIKE concat('%',#{manufactory},'%')
</if>
</where>
ORDER BY modifyTime DESC
</select>

Loading…
Cancel
Save