|
@@ -31,7 +31,7 @@ public interface IMaterialInfoService extends IService<MaterialInfo> {
|
|
|
|
|
|
MaterialInfo getMaterialInfoByCode(String code);
|
|
|
|
|
|
- Map<String, Object> checkMaterialInfo(String code, Long productId);
|
|
|
+ Map<String, Object> checkMaterialInfo(String code, Long projectId);
|
|
|
|
|
|
Map<String, Object> insert(JSONObject jsonObject);
|
|
|
|
|
@@ -78,7 +78,7 @@ public interface IMaterialInfoService extends IService<MaterialInfo> {
|
|
|
|
|
|
List<MaterialInfo> getListByDate(String startDate, String endDate);
|
|
|
|
|
|
- Map<String, Object> getListByParams(String tagCode, String type, Integer status, List<Long> projectIds, String materialName, String code, String startDate, String endDate, String userId, Long projectId, String clipId, String shotId, String planId,Integer offlineFlag, Integer pageNo, Integer pageSize);
|
|
|
+ Map<String, Object> getListByParams(String tagCode, String type, Integer status, List<Long> projectIds, String materialName, String code, String startDate, String endDate, String userId, Long projectId, String clipId, String shotId, String planId, Integer offlineFlag, Integer pageNo, Integer pageSize);
|
|
|
|
|
|
JSONArray getIdListByProject(Long projectId);
|
|
|
}
|