|
|
|
@ -19,6 +19,6 @@ public class LicenseAspect {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Before("execution(public * com.zhehekeji..*.controller.*.*(..))")
|
|
|
|
@Before("execution(public * com.zhehekeji..*.controller.*.*(..))")
|
|
|
|
public void handler(){
|
|
|
|
public void handler(){
|
|
|
|
Assert.isTrue(LPLicense.checkLic(),"未获取授权!!请将C:\\hzleaper_auto_install\\logistics_package\\lp.key发送给授权人员");
|
|
|
|
// Assert.isTrue(LPLicense.checkLic(),"未获取授权!!请将C:\\hzleaper_auto_install\\logistics_package\\lp.key发送给授权人员");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|