|
|
@ -54,33 +54,33 @@ import java.util.List; |
|
|
|
@Mapper |
|
|
|
public interface ScmSpecialRebateMapper extends BaseMapper<ScmSpecialRebate> { |
|
|
|
|
|
|
|
//@Update("update scm_special_rebate set name=#{msg} where id=#{id}")
|
|
|
|
//IPage<ScmSpecialRebateVo> voPage(IPage<ScmSpecialRebate> page, @Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw);
|
|
|
|
|
|
|
|
IPage<ScmSpecialRebateVo> selectPageVo(IPage<ScmSpecialRebate> page, @Param(Constants.WRAPPER) Wrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
List<ScmSpecialRebateVo> selectListAllVo(@Param(Constants.WRAPPER) Wrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
@Select("select * from scm_special_rebate") |
|
|
|
List<ScmSpecialRebateVo> selectListVo(); |
|
|
|
//@Update("update scm_special_rebate set name=#{msg} where id=#{id}")
|
|
|
|
//IPage<ScmSpecialRebateVo> voPage(IPage<ScmSpecialRebate> page, @Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw);
|
|
|
|
|
|
|
|
@Update("update scm_special_rebate set state = #{state} where sid = #{specialRebateSid}") |
|
|
|
void updateState(@Param("specialRebateSid") String specialRebateSid,@Param("state") Integer state); |
|
|
|
IPage<ScmSpecialRebateVo> selectPageVo(IPage<ScmSpecialRebate> page, @Param(Constants.WRAPPER) Wrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
@Update("update scm_special_rebate set withholdingDate = CURRENT_TIMESTAMP where sid = #{sid}") |
|
|
|
void updateWithholdingDateBySid(String sid); |
|
|
|
List<ScmSpecialRebateVo> selectListAllVo(@Param(Constants.WRAPPER) Wrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
IPage<ScmStayDisRebateVo> stayDisRebate(IPage<ScmSpecialRebate> page,@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
@Select("select * from scm_special_rebate") |
|
|
|
List<ScmSpecialRebateVo> selectListVo(); |
|
|
|
|
|
|
|
ScmSpecialRebateVo selectExcelInfo(@Param("createTime") String createTime,@Param("rebateName") String rebateName,@Param("rebateTypeValue") String rebateTypeValue,@Param("estimateRebate") String estimateRebate); |
|
|
|
@Update("update scm_special_rebate set state = #{state} where sid = #{specialRebateSid}") |
|
|
|
void updateState(@Param("specialRebateSid") String specialRebateSid, @Param("state") Integer state); |
|
|
|
|
|
|
|
void updateOneExcelInfo(@Param("uploadDate") String uploadDate,@Param("uploadMoney") String uploadMoney,@Param("stayDetermineMoney") String stayDetermineMoney,@Param("money") String money,@Param("adjustmentRemarks") String adjustmentRemarks,@Param("sid") String sid); |
|
|
|
@Update("update scm_special_rebate set withholdingDate = #{withApply} where sid = #{sid}") |
|
|
|
void updateWithholdingDateBySid(@Param("sid") String sid, @Param("withApply") String withApply); |
|
|
|
|
|
|
|
void updateTwoExcelInfo(@Param("secondaryUploadDate") String secondaryUploadDate,@Param("secondaryUploadMoney") String secondaryUploadMoney,@Param("money") String money,@Param("adjustmentRemarks") String adjustmentRemarks,@Param("sid") String sid); |
|
|
|
IPage<ScmStayDisRebateVo> stayDisRebate(IPage<ScmSpecialRebate> page, @Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
List<OneExcelVo> excelListOne(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
ScmSpecialRebateVo selectExcelInfo(@Param("createTime") String createTime, @Param("rebateName") String rebateName, @Param("rebateTypeValue") String rebateTypeValue, @Param("estimateRebate") String estimateRebate); |
|
|
|
|
|
|
|
List<TwoExcelVo> excelListTwo(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
void updateOneExcelInfo(@Param("uploadDate") String uploadDate, @Param("uploadMoney") String uploadMoney, @Param("stayDetermineMoney") String stayDetermineMoney, @Param("money") String money, @Param("adjustmentRemarks") String adjustmentRemarks, @Param("sid") String sid); |
|
|
|
|
|
|
|
int checkSave(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
void updateTwoExcelInfo(@Param("secondaryUploadDate") String secondaryUploadDate, @Param("secondaryUploadMoney") String secondaryUploadMoney, @Param("money") String money, @Param("adjustmentRemarks") String adjustmentRemarks, @Param("sid") String sid); |
|
|
|
|
|
|
|
List<OneExcelVo> excelListOne(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
List<TwoExcelVo> excelListTwo(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
|
|
|
|
int checkSave(@Param(Constants.WRAPPER) QueryWrapper<ScmSpecialRebate> qw); |
|
|
|
} |