| | |
| | | import java.util.Map; |
| | | import java.util.stream.Collectors; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | | |
| | | import jakarta.annotation.PostConstruct; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.jdbc.core.JdbcTemplate; |
| | |
| | | sameGoodsInsertMore(warehouseFlowId, warehouseType, warehouseId, whGoodsRecordId, (short)1, |
| | | warehouseName, classification, tempGoodsId, goodsName, baseGoodsModelsId, modelName, supplier, |
| | | buyType, goodsUnit, price, procureTime, 1, dealTime, counts); |
| | | } ; |
| | | } |
| | | whGoodsRecord.setTotalPrice(totalPrice); |
| | | } |
| | | lWhGoodsRecordServiceImpl.insert(whGoodsRecord); |