@@ -24,7 +24,6 @@ import java.util.List;
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = true)
public class SbMeasureLogVO extends BaseVO implements Serializable{
- private String actionTypeStr;
/**
* 1:检定,2:更换,3:维修,4:退库,5:报废
*/
@@ -144,10 +144,6 @@
<select id="selectList" parameterType="com.platform.dao.dto.sb.SbMeasureLogDTO"
resultType="com.platform.dao.vo.query.sb.SbMeasureLogVO">
select checkstandard.*,type.name as typeName,
- case
- when checkstandard.action_type=1 then '移入'
- when checkstandard.action_type=2 then '移出'
- end actionTypeStr,
sb.position_no as positionNo, sb.zzh, sb.name sbName, sb.model sbModel, sb.no sbNo, sb.zzh sbZzh, sb.card_no cardNo,sb.position_no,
position.name as positionName,sb.check_period as period,sb.next_check_date as nextCheckDate
from t_sb_measure_log as checkstandard