排除后基数
This commit is contained in:
parent
5f2ef78ce9
commit
c41dfd4d21
|
|
@ -2963,10 +2963,10 @@ public class FWImpl {
|
||||||
if(StringUtils.isNotBlank(pcsjdbpcddbh)){
|
if(StringUtils.isNotBlank(pcsjdbpcddbh)){
|
||||||
pcsjdbpcddbh = pcsjdbpcddbh.substring(1);
|
pcsjdbpcddbh = pcsjdbpcddbh.substring(1);
|
||||||
}
|
}
|
||||||
int pchjs = 1;
|
int pchjs = 0;
|
||||||
boolean tqq9_excludnum = rule.getBoolean("tqq9_excludnum");
|
String tqq9_excludnum = rule.getString("tqq9_excludnum");
|
||||||
if (tqq9_excludnum){
|
if ("1".equals(tqq9_excludnum)){
|
||||||
pchjs = 0;
|
pchjs = 1;
|
||||||
}
|
}
|
||||||
String pckssj = null;
|
String pckssj = null;
|
||||||
Date tqq9_startexcludate = rule.getDate("tqq9_startexcludate");
|
Date tqq9_startexcludate = rule.getDate("tqq9_startexcludate");
|
||||||
|
|
@ -3452,10 +3452,10 @@ public class FWImpl {
|
||||||
if(StringUtils.isNotBlank(pcsjdbpcddbh)){
|
if(StringUtils.isNotBlank(pcsjdbpcddbh)){
|
||||||
pcsjdbpcddbh = pcsjdbpcddbh.substring(1);
|
pcsjdbpcddbh = pcsjdbpcddbh.substring(1);
|
||||||
}
|
}
|
||||||
int pchjs = 1;
|
int pchjs = 0;
|
||||||
boolean tqq9_excludnum = rule.getBoolean("tqq9_excludnum");
|
String tqq9_excludnum = rule.getString("tqq9_excludnum");
|
||||||
if (tqq9_excludnum){
|
if ("1".equals(tqq9_excludnum)){
|
||||||
pchjs = 0;
|
pchjs = 1;
|
||||||
}
|
}
|
||||||
String pckssj = null;
|
String pckssj = null;
|
||||||
Date tqq9_startexcludate = rule.getDate("tqq9_startexcludate");
|
Date tqq9_startexcludate = rule.getDate("tqq9_startexcludate");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue