|
@@ -1,5 +1,6 @@
|
|
package com.steerinfo.dil.mapper;
|
|
package com.steerinfo.dil.mapper;
|
|
|
|
|
|
|
|
+import com.steerinfo.dil.model.TmstruckLeaveFactoryResult;
|
|
import com.steerinfo.dil.model.TmstruckReturnResult;
|
|
import com.steerinfo.dil.model.TmstruckReturnResult;
|
|
import com.steerinfo.framework.mapper.IBaseMapper;
|
|
import com.steerinfo.framework.mapper.IBaseMapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
@@ -30,4 +31,7 @@ public interface TmstruckReturnResultMapper extends IBaseMapper<TmstruckReturnRe
|
|
|
|
|
|
//查询辅料退货实绩
|
|
//查询辅料退货实绩
|
|
List<Map<String, Object>> getFLReturnResult(Map<String, Object> map);
|
|
List<Map<String, Object>> getFLReturnResult(Map<String, Object> map);
|
|
|
|
+
|
|
|
|
+ //清除重复实绩
|
|
|
|
+ int clearRepeat(TmstruckReturnResult tmstruckReturnResult);
|
|
}
|
|
}
|