v1.3.10
- [ORDER] 업데이트 시 보호 컬럼에 order type, request id, 생성자, 생성일 추가.
This commit is contained in:
parent
73567a32d2
commit
b8e78c4a83
|
|
@ -154,7 +154,11 @@ class DailyService extends CONF {
|
||||||
'd_estquantity',
|
'd_estquantity',
|
||||||
'd_lastpickupdate',
|
'd_lastpickupdate',
|
||||||
'd_lastpickupquantity',
|
'd_lastpickupquantity',
|
||||||
'd_lastpaiddate'
|
'd_lastpaiddate',
|
||||||
|
'd_ordertype',
|
||||||
|
'd_ruid',
|
||||||
|
'd_createruid',
|
||||||
|
'd_createddate'
|
||||||
], true)) continue;
|
], true)) continue;
|
||||||
if (!array_key_exists($k, $existing)) continue;
|
if (!array_key_exists($k, $existing)) continue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue