|
|
|
@ -20,6 +20,9 @@
|
|
|
|
|
<if test=" mark!= '' and mark != null">
|
|
|
|
|
and io.mark = #{mark}
|
|
|
|
|
</if>
|
|
|
|
|
<if test=" orderIdFk!= '' and orderIdFk != null">
|
|
|
|
|
and io.orderIdFk = #{orderIdFk}
|
|
|
|
|
</if>
|
|
|
|
|
<if test=" nameCode!= '' and nameCode != null">
|
|
|
|
|
and io.nameCode = #{nameCode}
|
|
|
|
|
</if>
|
|
|
|
|