Fancy
2025-01-07 c208c3ac325eee2d07b4e4f4af9a525e8511aee0
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaDeviceProductionLogMapper.java
@@ -1,8 +1,11 @@
package com.dy.pmsGlobal.daoSta;
import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoSta.StaDeviceProductionLog;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
/**
@@ -22,10 +25,13 @@
    StaDeviceProductionLog selectByPrimaryKey(Long id);
    List<StaDeviceProductionLog> selectByEquipNo(String equipNo);
    List<StaDeviceProductionLog> selectByDeviceNo(String deviceNo);
    List<StaDeviceProductionLog> selectProductLog(@Param("deviceNo") String deviceNo,@Param("startTime") Date startTime,@Param("endTime") Date endTime);
    int updateByPrimaryKeySelective(StaDeviceProductionLog record);
    int updateByPrimaryKey(StaDeviceProductionLog record);
    List<JSONObject> queryTopError();
}