| | |
| | | import com.aps.common.core.utils.DateUtils; |
| | | import com.aps.common.core.utils.StringUtils; |
| | | import com.aps.common.core.utils.uuid.IdUtils; |
| | | import com.aps.core.domain.ApsPartPlan; |
| | | import com.aps.core.domain.ApsPartPlanTemp; |
| | | import com.aps.core.domain.ApsWeldSeamTemp; |
| | | import com.aps.core.domain.*; |
| | | import com.aps.core.mapper.ApsWeldSeamTempMapper; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.aps.core.mapper.ApsWeldSeamMapper; |
| | | import com.aps.core.domain.ApsWeldSeam; |
| | | import com.aps.core.service.IApsWeldSeamService; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | if (count==apsWeldSeamTemps.size()) { |
| | | apsWeldSeamTempMapper.deleteApsWeldSeamTempByIds(ids); |
| | | } |
| | | //插入焊缝统计表 |
| | | List<ApsWeldSeamStatistics> apsWeldSeamStatistics=apsWeldSeamMapper.weldSeamStat(apsWeldSeamTemps); |
| | | return 1; |
| | | } |
| | | } |