失败成功记录合并到一个栏位
This commit is contained in:
parent
0f7bff9922
commit
eba10480df
@ -57,16 +57,8 @@ public class MarketingValidInvalidProcessor extends AbstractBusinessProcessor {
|
||||
" ,a.jb_id " +
|
||||
" ,a.cust_name " +
|
||||
" ,a.cust_id " +
|
||||
" ,CASE " +
|
||||
" WHEN check_flag='9' " +
|
||||
" then subcategory_name " +
|
||||
" ELSE '' " +
|
||||
" END " +
|
||||
" ,CASE " +
|
||||
" WHEN check_flag='1' " +
|
||||
" then subcategory_name " +
|
||||
" ELSE '' " +
|
||||
" END " +
|
||||
" ,'' " +
|
||||
" ,subcategory_name " +
|
||||
" ,check_flag " +
|
||||
" ,b.tenant_id " +
|
||||
" ,b.dept_id " +
|
||||
@ -84,16 +76,8 @@ public class MarketingValidInvalidProcessor extends AbstractBusinessProcessor {
|
||||
" ,a.yx_id " +
|
||||
" ,a.cust_name " +
|
||||
" ,a.cust_id " +
|
||||
" ,CASE " +
|
||||
" WHEN check_flag='9' " +
|
||||
" then subcategory_name " +
|
||||
" ELSE '' " +
|
||||
" END " +
|
||||
" ,CASE " +
|
||||
" WHEN check_flag='1' " +
|
||||
" then subcategory_name " +
|
||||
" ELSE '' " +
|
||||
" END " +
|
||||
" ,'' " +
|
||||
" ,subcategory_name " +
|
||||
" ,check_flag " +
|
||||
" ,b.tenant_id " +
|
||||
" ,b.dept_id " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user