Commit 5c657bc2 authored by huyuchen's avatar huyuchen

数据权限修改

parent 84082289
......@@ -961,7 +961,7 @@
a.BUY_HANDLE_STATUS as buyHandleStatus,
a.REDUCE_HANDLE_STATUS as reduceHandleStatus
from
t_insurance_detail detail
t_insurance_detail a
where
a.DELETE_FLAG = 0
and
......@@ -1003,7 +1003,7 @@
a.BUY_HANDLE_STATUS as buyHandleStatus,
refund.REDUCE_HANDLE_STATUS as reduceHandleStatus
from
t_insurance_detail detail,
t_insurance_detail a,
t_insurance_refund refund
where
a.DELETE_FLAG = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment