|
|
|
@ -303,7 +303,7 @@ public class SysPropertynumController extends BaseController {
|
|
|
|
|
PropertyManagerDTO tdPropertwx = new PropertyManagerDTO();
|
|
|
|
|
tdPropertwx.setMinDayTime(minDayTime);
|
|
|
|
|
tdPropertwx.setMaxDayTime(maxDayTime);
|
|
|
|
|
tdPropertwx.setSecretsType("1");
|
|
|
|
|
tdPropertwx.setSecretsType("2");
|
|
|
|
|
Integer countSbWx = tdPropertyManagerService.countSecretsWxMonth(tdPropertwx);
|
|
|
|
|
if(Objects.isNull(countSbWx)){
|
|
|
|
|
countSbWx = 0;
|
|
|
|
|