qushaowei
2023-08-21 3dfc79a424b662fdb1f649b728aa811d70204c9b
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml
@@ -20,8 +20,8 @@
        t1.arrange_way arrangeWay,
        t1.audit_status auditStatus,
        t1.first_inspection_time as firstInspectionTime,
        DATE_FORMAT(t1.first_inspection_time, '%Y-%m-%d') firstInspectionTime1,
        DATE_FORMAT(t1.first_inspection_time, '%h:%i:%s') firstInspectionTime2,
        CONVERT(  VARCHAR(100), t1.first_inspection_time, 23 ) firstInspectionTime1,
        CONVERT(  VARCHAR(100), t1.first_inspection_time, 8 ) firstInspectionTime2,
        t1.lead_time leadTime,
        t1.effective_time effectiveTime,
        t2.item_text cycleUnitName,