chenlu
2025-04-10 30e2ad8ca10dd49901c52da26f166d32ee4e8454
north-glass-erp/src/main/java/com/example/erp/mapper/pp/GlassOptimizeMapper.java
@@ -4,6 +4,7 @@
import com.example.erp.entity.pp.FlowCard;
import com.example.erp.entity.pp.OptimizeProjectMange;
import com.example.erp.entity.pp.OptimizeUse;
import com.example.erp.entity.pp.PatchLog;
import com.example.erp.entity.sd.OrderGlassDetail;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -17,10 +18,16 @@
    //工程信息
    List<Map<String, Object>> projectInfoMp(String projectNo);
    List<Map<String, Object>> firstOptimization(String projectNo);
    List<Map<String, Object>> analogComputationOptimization(String projectNo);
    //工程信息流程卡
    List<Map<String, Object>> getProcessCardMp(String projectNo);
    List<FlowCard> getFlowCardList(String projectNo);
    List<PatchLog> getPatchLogList(String projectNo);
    //库存信息
    List<Map<String, Object>>  materialStoreMp(String thickness, String model);
@@ -35,6 +42,8 @@
    List<Map<String, Object>> getFlowCardListWhole(String optionVal);
    List<Map<String, Object>> getFlowCardListNormal(String optionVal);
    List<Map<String, Object>> getFlowCardListPatch(String optionVal);
    List<Map<String, Object>> getFlowCardListModify(String type,String thickness,String projectNO);
    //工程管理工程号查询
    List<OptimizeProjectMange> optimizeProjectMangeMp(Date startSelectTime, Date endSelectTime, OptimizeProjectMange optimizeProjectMange);
@@ -85,10 +94,16 @@
    Boolean updateFlowCardProject(String processId, String technologyNumber, String projectId);
    Boolean updatePatchLogProject(String processId, String technologyNumber, String projectId);
    Boolean updateFlowCardProjectReturn(String processId, String technologyNumber, String projectId);
    Boolean updatePatchLogProjectReturn(String processId, Integer technologyNumber, String projectId);
    Double getSelectArea(String processId, String technologyNumber);
    Double getSelectAreaPatchLog(String processId, String technologyNumber);
    Boolean addProjectMp(String projectId, String projectNmae, String glassThickness, String glassType,
                         Integer sumQuantity, Double sumArea, String userName,Integer processIdCount, String processId, Integer type);