|
@@ -62,7 +62,7 @@ public interface MaterialMapper {
|
|
|
*
|
|
|
* @param page
|
|
|
* @param companyWechatId
|
|
|
- * @param userId
|
|
|
+ * @param workerId
|
|
|
* @param orderId
|
|
|
* @param goodsType
|
|
|
* @param startTime
|
|
@@ -72,7 +72,7 @@ public interface MaterialMapper {
|
|
|
@InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
IPage<NormRecordVO> normRecordList(IPage page,
|
|
|
@Param("companyWechatId") String companyWechatId,
|
|
|
- @Param("userId") String userId,
|
|
|
+ @Param("workerId") String workerId,
|
|
|
@Param("orderId") String orderId,
|
|
|
@Param("goodsType") String goodsType,
|
|
|
@Param("startTime") String startTime,
|
|
@@ -81,7 +81,7 @@ public interface MaterialMapper {
|
|
|
@InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
IPage<PartsRefundVO> partsRefundList(Page<Object> objectPage,
|
|
|
@Param("companyWechatId") String currentCompanyWechatId,
|
|
|
- @Param("userId") String userId,
|
|
|
+ @Param("workerId") String workerId,
|
|
|
@Param("type") String type,
|
|
|
@Param("status") String status);
|
|
|
|