Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/276d5ddc408926837e74bde4f7f659d8e8fef0c5?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -308,11 +308,11 @@ public class SysPropertynumController extends BaseController {
yAxisDataSb . add ( yAxisSb . get ( ) ) ;
yAxisDataSb . add ( yAxisSb . get ( ) ) ;
AtomicReference < Long > yAxisSbWx = new AtomicReference < > ( 0 L ) ;
AtomicReference < Long > yAxisSbWx = new AtomicReference < > ( 0 L ) ;
PropertyManagerDTO tdPropert w x = new PropertyManagerDTO ( ) ;
PropertyManagerDTO tdPropert W x = new PropertyManagerDTO ( ) ;
tdPropert w x. setMinDayTime ( minDayTime ) ;
tdPropert W x. setMinDayTime ( minDayTime ) ;
tdPropert w x. setMaxDayTime ( maxDayTime ) ;
tdPropert W x. setMaxDayTime ( maxDayTime ) ;
tdPropert w x. setSecretsType ( "2" ) ;
tdPropert W x. setSecretsType ( "2" ) ;
Integer countSbWx = tdPropertyManagerService . countSecretsWxMonth ( tdPropert w x) ;
Integer countSbWx = tdPropertyManagerService . countSecretsWxMonth ( tdPropert W x) ;
if ( Objects . isNull ( countSbWx ) ) {
if ( Objects . isNull ( countSbWx ) ) {
countSbWx = 0 ;
countSbWx = 0 ;
}
}