|
|
|
@ -13,7 +13,6 @@ import com.gaotao.modules.schedule.data.*; |
|
|
|
import com.gaotao.modules.schedule.mapper.SchedulingMapper; |
|
|
|
import com.gaotao.modules.schedule.service.ScheduleService; |
|
|
|
import com.gaotao.modules.shopOrder.entity.OperatorData; |
|
|
|
import org.apache.xmlbeans.impl.xb.xsdschema.Public; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
@ -2191,7 +2190,9 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
|
Float defectedQty = pageData.getDefectedQty(); |
|
|
|
|
|
|
|
Float editNewRollQty = pageData.getEditNewRollQty(); |
|
|
|
String reportedTime = pageData.getReportedTime(); |
|
|
|
//String reportedTime = pageData.getReportedTime(); 后续报工时间取后台的时间 和王总确认过了 2022-06-09 start |
|
|
|
String reportedTime = DateUtil.getStringDate(new Date(), "yyyy-MM-dd HH:mm:ss"); |
|
|
|
// end |
|
|
|
Float sfdcReportedQty = pageData.getSfdcReportedQty();//报告数量 |
|
|
|
Float sfdcApprovedQty = pageData.getSfdcApprovedQty();//合格数量 |
|
|
|
Float sfdcSetupTime = pageData.getSfdcSetupTime();//调机时间 |
|
|
|
|