Commit 6a9f11ad authored by fangxinjiang's avatar fangxinjiang

保单号维护表分页-fxj

parent 11395b13
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
LEFT JOIN t_insurance_type c on a.INSURANCE_TYPE_NAME = c.`NAME` LEFT JOIN t_insurance_type c on a.INSURANCE_TYPE_NAME = c.`NAME`
LEFT JOIN t_insurance_type_standard d on c.ID = d.INSURANCE_TYPE_ID LEFT JOIN t_insurance_type_standard d on c.ID = d.INSURANCE_TYPE_ID
where where
a.DELETE_FLAG = 0 a.DELETE_FLAG = 0 and a.ENABLE_FLAG = 0
and a.POLICY_NO is not null and a.POLICY_NO is not null
and a.POLICY_NO != "" and a.POLICY_NO != ""
and d.DELETE_FLAG='0' and d.`ENABLE`='0' and d.DELETE_FLAG='0' and d.`ENABLE`='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