feat():修改

master
zzh 2024-08-07 22:02:03 +08:00
parent 42696a6f8e
commit 658ba53ca0
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AliAccessStaticViaInstance" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliDeprecation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractClassShouldStartWithAbstractNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractMethodOrInterfaceMethodMustUseJavadoc" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidApacheBeanUtilsCopy" enabled="true" level="WARNING" enabled_by_default="true" />

View File

@ -149,6 +149,7 @@ public class OrderPayCustomerServiceImpl
}
@Override
public boolean removeById (Serializable id) {
OrderPayCustomer orderPayCustomer = this.getById(id);