|
@@ -1029,6 +1029,12 @@ public class WhsqbpWebService extends BaseController {
|
|
|
Date bgsj2, Date kgsj1, Date kgsj2, Date wgsj1, Date wgsj2) {
|
|
|
ZysqbpStatisticsEntity statisticsEntity = new ZysqbpStatisticsEntity();
|
|
|
BusinessContext bc = new BusinessContext();
|
|
|
+ if(qymcName==null){
|
|
|
+ qymcName = 0l;
|
|
|
+ }
|
|
|
+ if(mtbwName==null){
|
|
|
+ mtbwName = 0l;
|
|
|
+ }
|
|
|
if (qymcName == 0) {
|
|
|
if (szd == null || szd.equals(Constants.SZD_ID_PROVINCE))
|
|
|
bc = zysqbpService.getForSeasonList(0l, ndName, jdName, bgsj1,
|