|
@@ -3457,7 +3457,7 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
order = _mapper.Map<Order>(dto);
|
|
order = _mapper.Map<Order>(dto);
|
|
order.InitId();
|
|
order.InitId();
|
|
if (!string.IsNullOrEmpty(order.AcceptTypeCode))
|
|
if (!string.IsNullOrEmpty(order.AcceptTypeCode))
|
|
- {
|
|
|
|
|
|
+ {
|
|
var acceptModel = _sysDicDataCacheManager.AcceptType.Where(x => x.DicDataValue == order.AcceptTypeCode).FirstOrDefault();
|
|
var acceptModel = _sysDicDataCacheManager.AcceptType.Where(x => x.DicDataValue == order.AcceptTypeCode).FirstOrDefault();
|
|
if (acceptModel != null)
|
|
if (acceptModel != null)
|
|
{
|
|
{
|