diff --git a/services/pln/implments/CustOrder.service.impl.go b/services/pln/implments/CustOrder.service.impl.go index 67c6eb9..91d7f95 100644 --- a/services/pln/implments/CustOrder.service.impl.go +++ b/services/pln/implments/CustOrder.service.impl.go @@ -5,7 +5,6 @@ package implments import ( baseDal "LAPP_ACURA_MOM_BACKEND/dao/base" jitDal "LAPP_ACURA_MOM_BACKEND/dao/jit" - logDal "LAPP_ACURA_MOM_BACKEND/dao/log" meDal "LAPP_ACURA_MOM_BACKEND/dao/me" omDal "LAPP_ACURA_MOM_BACKEND/dao/om" dal "LAPP_ACURA_MOM_BACKEND/dao/pln"