生产日报表导出,查询修改

master
Yangwl 3 months ago
parent 8b9f201515
commit 8bd1b45747

@ -74,7 +74,7 @@ public class MesDailyReportVo extends BaseEntity {
private String workorderName;
private String quantity;//计划产量(箱)
@Excel(name = "实际用人")
@Excel(name = "标准用人")
private String manStandard;//实际用人
@Excel(name = "标准工时")
private String workTimeStandard;//工时-标准

@ -696,7 +696,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join base_product bp on bp.product_code = pow.product_code
where be.del_flag = '0' and be.sap_code is not null and pow.status in ('w2','w3')
and pow.parent_order = '0' and pow.del_flag='0'
<if test="sapName != null and sapName != ''">and be.sap_name like concat('%', #{sapName}, '%')</if>
<if test="sapName != null and sapName != ''">and be.equipment_name like concat('%', #{sapName}, '%')</if>
<if test="workCenter != null and workCenter != ''">and be.workshop_code = #{workCenter}</if>
<if test="equipmentTypeCode != null and equipmentTypeCode != ''">and be.equipment_type_code = #{equipmentTypeCode}</if>
<if test="productDateStart != null and productDateStart != ''">

Loading…
Cancel
Save