feat():修改
parent
42696a6f8e
commit
658ba53ca0
|
@ -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" />
|
||||
|
|
|
@ -149,6 +149,7 @@ public class OrderPayCustomerServiceImpl
|
|||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public boolean removeById (Serializable id) {
|
||||
OrderPayCustomer orderPayCustomer = this.getById(id);
|
||||
|
|
Loading…
Reference in New Issue