Browse Source

Merge branch 'master' of https://gitee.com/zxyabc/COMONE

master
TML 4 years ago
parent
commit
def8bc67fd
  1. 1
      UniApiGroup/Controller/OdbcApiQadController.cs

1
UniApiGroup/Controller/OdbcApiQadController.cs

@ -976,7 +976,6 @@ namespace CK.SCP.GrupUniApi.Controller
wmsPoDetail.State = Convert.ToInt32(qadData.xxqad_pod_status);//状态
wmsPoDetail.Site = qadData.xxqad_pod_domain;//备注
wmsPoDetail.SubSite = qadData.xxqad_pod_site;
wmsPoDetail.CreateTime = firstqadData.xxqad_pod_createdt == null ? DateTime.Now : (DateTime)firstqadData.xxqad_pod_createdt;//创建日期
wmsPoDetail.CreateUser = firstqadData.xxqad_pod_buyer;//创建用户
wmsPoDetail.UpdateTime = firstqadData.xxqad_pod_updatedt;//更新日期

Loading…
Cancel
Save