维护三个基础物件入库时候与数据库不匹配问题
This commit is contained in:
@ -45,7 +45,7 @@ def create_app():
|
||||
with app.app_context():
|
||||
try:
|
||||
# 1. 基础物料
|
||||
from app.models.material import MaterialBase
|
||||
from app.models.base import MaterialBase
|
||||
# 2. 采购入库
|
||||
from app.models.inbound.buy import StockBuy
|
||||
# 3. 半成品入库
|
||||
|
||||
Reference in New Issue
Block a user