|
|
|
@ -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>
|
|
|
|
|