fix:物料盘点出入库因事务将private改为public
This commit is contained in:
@@ -1081,7 +1081,7 @@ public class MaterialLifecycleServiceImpl implements MaterialLifecycleService ,
|
|||||||
* @param lfcId 流程id
|
* @param lfcId 流程id
|
||||||
*/
|
*/
|
||||||
@Transactional
|
@Transactional
|
||||||
private void inventoryCheckPassHandle(Long lfcId) {
|
public void inventoryCheckPassHandle(Long lfcId) {
|
||||||
MaterialLifecycleDO lifecycleDO = this.getMaterialLifecycle(lfcId);
|
MaterialLifecycleDO lifecycleDO = this.getMaterialLifecycle(lfcId);
|
||||||
// 不在库的入库
|
// 不在库的入库
|
||||||
this.addInboundByInventoryCheck(lifecycleDO);
|
this.addInboundByInventoryCheck(lifecycleDO);
|
||||||
|
|||||||
Reference in New Issue
Block a user