|
@@ -469,7 +469,7 @@ public class StockWaitServiceImpl extends ServiceImpl<StockWaitMapper, StockWait
|
|
|
*/
|
|
|
@Override
|
|
|
public Integer getStockJournalType(int businessType) {
|
|
|
- StockWaitType enum1 = StockWaitType.getEnum1(businessType);
|
|
|
+ StockWaitType enum1 = StockWaitType.getEnum1(String.valueOf(businessType));
|
|
|
if (ObjectUtil.isEmpty(enum1)) {
|
|
|
throw new ServiceException("未知待出入库业务类型");
|
|
|
}
|