| | |
| | | sb.append(value.get("work_order_name")); |
| | | sb.append("-"); |
| | | sb.append(value.get("classification_name")); |
| | | if(sb.toString().equals(title.get(i))){//列明 |
| | | if(sb.toString().equals(title.get(i)) && month.equals(value.get("produce_month").toString())){ |
| | | table.add(value.get("total_weld_seam").toString()); |
| | | } |
| | | } |
| | |
| | | LEFT JOIN sys_dict_data classification ON seam.classification = classification.dict_value |
| | | AND classification.dict_type = 'aps_weld_classification' |
| | | <where> |
| | | seam.del_flag = '0' |
| | | <if test="produceYears != null "> and produce_year in |
| | | <foreach item="produceYear" collection="produceYears" open="(" separator="," close=")"> |
| | | #{produceYear} |