| | |
| | | import com.fgkj.dao.BattTestData; |
| | | import com.fgkj.dao.CallBack; |
| | | import com.fgkj.dao.DAOHelper; |
| | | import com.fgkj.dao.Idce_8KW_State; |
| | | import com.fgkj.dao.LimitNumberFactory; |
| | | import com.fgkj.db.DBUtil; |
| | | import com.fgkj.db.IDatabaseName; |
| | |
| | | b.setTest_stoptype_reason(BattTestData.getStopType_6185(b.getTest_stoptype())); |
| | | }else if(bti.getNum()/100000==4016){ |
| | | b.setTest_stoptype_reason(BattTestData.getStopType_4016(b.getTest_stoptype())); |
| | | }else{ |
| | | }else if(bti.getNum()/100000==9800){ |
| | | b.setTest_stoptype_reason(Idce_8KW_State.get8KW_stopState(b.getTest_stoptype())); |
| | | } |
| | | else{ |
| | | b.setTest_stoptype_reason(BattTestData.getStopType(b.getTest_starttype(), b.getTest_stoptype())); |
| | | } |
| | | b.setGroup_vol(rs.getFloat("group_vol")); |
| | |
| | | b.setTest_stoptype_reason(BattTestData.getStopType_6185(b.getTest_stoptype())); |
| | | }else if(bti.getNum()/100000==4016){ |
| | | b.setTest_stoptype_reason(BattTestData.getStopType_4016(b.getTest_stoptype())); |
| | | }else if(bti.getNum()/100000==9800){ |
| | | b.setTest_stoptype_reason(Idce_8KW_State.get8KW_stopState(b.getTest_stoptype())); |
| | | }else{ |
| | | b.setTest_stoptype_reason(BattTestData.getStopType(b.getTest_starttype(), b.getTest_stoptype())); |
| | | } |