|
|
@ -14,7 +14,7 @@ import org.apache.ibatis.annotations.Select; |
|
|
|
public interface PayPaymentMapper extends BaseMapper<PayPayment> { |
|
|
|
|
|
|
|
@InterceptorIgnore(tenantLine = "1") |
|
|
|
@Select("select * from pay_payment where erp_id = #{erpId}") |
|
|
|
@Select("select * from pay_payment where erp_id = #{erpId} and del_flag = 0") |
|
|
|
PayPayment getByErpId(@Param("erpId")String erpId); |
|
|
|
} |
|
|
|
|
|
|
|