| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 生成钣金计划 |
| | | * */ |
| | | @PostMapping("/generatorPlan") |
| | | public AjaxResult generatorPlan() |
| | | { |
| | | apsPlateStandardRequireService.generatorPlan(); |
| | | return success(); |
| | | } |
| | | |
| | | } |
| | |
| | | package com.aps.core.service; |
| | | |
| | | import com.aps.core.domain.ApsPlateStandardRequire; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | public List<ApsPlateStandardRequire> selectPlateSupplyGapList(ApsPlateStandardRequire apsPlateStandardRequire); |
| | | |
| | | @Transactional |
| | | void generatorPlan(); |
| | | } |
| | |
| | | import java.math.BigDecimal; |
| | | import java.util.*; |
| | | |
| | | import cn.hutool.core.date.DateUtil; |
| | | import cn.hutool.core.util.IdUtil; |
| | | import com.aps.common.core.utils.DateUtils; |
| | | import com.aps.common.security.utils.DictUtils; |
| | |
| | | } |
| | | |
| | | @Transactional |
| | | @Override |
| | | public void generatorPlan(){ |
| | | |
| | | /*初始化数据*/ |