|
|
@@ -50,5 +50,5 @@ public interface PaybalanceMapper extends CommonBaseMapper<Paybalance> {
|
|
|
String validateBatchUnAudit(List<DocBaseDTO> baseDTOs);
|
|
|
|
|
|
String validateAudit(List<DocBaseDTO> baseDTOs);
|
|
|
- Double updateByAmount(@Param("id") Long id, @Param("companyId") Long companyId);
|
|
|
+ void updateByAmount(@Param("id") Long id, @Param("companyId") Long companyId);
|
|
|
}
|