fix(MemberEmptyProductMapper): 空单注册注-实单注册报错问题处理
This commit is contained in:
parent
1db7ae7195
commit
0cdefd698a
|
@ -88,7 +88,7 @@
|
||||||
PK_CREATOR
|
PK_CREATOR
|
||||||
)
|
)
|
||||||
values (
|
values (
|
||||||
CU_MEMBER_EMPTY_PRODUCT.Nextval,
|
CU_MEMBER_EMPTY_PRODUCT_SEQ.Nextval,
|
||||||
tmp.PK_MEMBER_EMPTY,
|
tmp.PK_MEMBER_EMPTY,
|
||||||
tmp.PK_MEMBER_EMPTY_DETAIL,
|
tmp.PK_MEMBER_EMPTY_DETAIL,
|
||||||
tmp.PK_PRODUCT,
|
tmp.PK_PRODUCT,
|
||||||
|
|
Loading…
Reference in New Issue