|
|
@ -49,6 +49,7 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="isPrint != null and isPrint != ''">and PS.is_print = #{isPrint}</if>
|
|
|
|
<if test="isPrint != null and isPrint != ''">and PS.is_print = #{isPrint}</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
ORDER BY PS.PRINT_TIME DESC
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectPrintSupplementBarCodeByObjId" parameterType="Long" resultMap="PrintSupplementBarCodeResult">
|
|
|
|
<select id="selectPrintSupplementBarCodeByObjId" parameterType="Long" resultMap="PrintSupplementBarCodeResult">
|
|
|
|