| | |
| | | public int deleteApsWeldSeamByIds(String[] ids); |
| | | |
| | | List<ApsWeldSeamStatistics> weldSeamStat(List<ApsWeldSeamTemp> apsWeldSeamTemps); |
| | | int removeLastBatch(); |
| | | } |
| | |
| | | work_order_type as workOrderType, |
| | | classification, |
| | | sum(total_weld_seam) as total |
| | | FROM aps_weld_seam |
| | | FROM aps_weld_seam where del_flag='0' |
| | | GROUP BY produce_year, produce_month, production_base, work_order_type, classification |
| | | </select> |
| | | <update id="removeLastBatch" parameterType="String"> |
| | | update aps_weld_seam set del_flag='1' where del_flag='0' |
| | | </update> |
| | | </mapper> |