|
|
@@ -450,7 +450,7 @@ public class CwjsPolicyInfoController {
|
|
|
//查询 是否符合自动转审条件
|
|
|
List<JSONObject> autoConveryList = cwjsPolicyInfoMapper.selAutoConveryInfo(cwjsPolicy.getAccountingPeriod(),cwjsPolicy.getMediaType(),
|
|
|
cwjsPolicy.getAdvancePay(),cwjsPolicy.getRebateType(),cwjsPolicy.getRebateRate());
|
|
|
- if (!Check.isNull(autoConveryList)){
|
|
|
+ if (Check.isNull(autoConveryList)){
|
|
|
cwjsPolicy.setTheBossRight("yes");
|
|
|
}
|
|
|
}
|