Fancy
2024-09-03 cbf59bc751ce7edb4a1ec72629312dd30e1ca3e9
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrAssemblyPlanMapper.java
@@ -1,5 +1,6 @@
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;
@@ -39,7 +40,7 @@
    PrAssemblyPlan selectByDeviceNo(@Param("proCode") String proCode,@Param("batchNumber") String batchNumber);
    Long countByPlanIdAndNodeId(@Param("planId") Long planId,@Param("nodeId") Long nodeId);
    List<Map<String,Object>> selectByPlanName(@Param("planName") String planName);
    List<JSONObject> selectByPlanName(@Param("planName") String planName);
    List<PrAssemblyPlan> selectAssyPlanList(PrAssemblyPlan params);