## 空单注册报错处理(195);
This commit is contained in:
parent
c98511ecb3
commit
c26b132642
|
@ -156,7 +156,7 @@
|
||||||
cmed.product_flag = tmp.product_flag,
|
cmed.product_flag = tmp.product_flag,
|
||||||
cmed.order_type = tmp.order_type,
|
cmed.order_type = tmp.order_type,
|
||||||
cmed.pk_modified = #{userId},
|
cmed.pk_modified = #{userId},
|
||||||
cmed.auth_flag = tmp.auto_flag,
|
cmed.auto_flag = tmp.auto_flag,
|
||||||
cmed.modified_time = sysdate
|
cmed.modified_time = sysdate
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue