Fancy
2024-09-11 f88c07d7941a0c18bb097f20618c18b9d2418ccc
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrAssemblyPlanMapper.java
@@ -1,7 +1,9 @@
package com.dy.pmsGlobal.daoPr;
import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoPr.PrAssemblyPlan;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
@@ -33,4 +35,17 @@
    int deleteLogicById(Long id);
    boolean exists(@Param("name") String name, @Param("id") Long id);
    PrAssemblyPlan selectByDeviceNo(@Param("proCode") String proCode,@Param("batchNumber") String batchNumber);
    Long countByPlanIdAndNodeId(@Param("planId") Long planId,@Param("nodeId") Long nodeId);
    List<JSONObject> selectByPlanName(@Param("planName") String planName);
    List<JSONObject> queryPlanList();
    List<PrAssemblyPlan> selectAssyPlanList(PrAssemblyPlan params);
    List<PrAssemblyPlan> selectAssyPlanSimplify(PrAssemblyPlan params);
}