生产工单报表排序调整

master
FCD 1 month ago
parent 8ec2175fc4
commit 9f21681f70

@ -1171,7 +1171,7 @@
<if test="shiftId != null and shiftId != ''">and pow.shift_id = #{shiftId}</if>
<if test="status != null and status != ''">and pow.status = #{status}</if>
<if test="routeCode != null and routeCode != ''">and pow.route_code = #{routeCode}</if>
ORDER BY pow.create_time desc, pow.workorder_code_sap, powb.batch_code
ORDER BY pow.workorder_code_sap, powb.batch_code
</select>

Loading…
Cancel
Save