| | |
| | | String judge="未知"; |
| | | float judgeStdLow=0f; |
| | | float judgeStdHigh=0f; |
| | | minStd=minStd*100; |
| | | if (testParam!=null){ |
| | | judgeStdLow=std*testParam.getResGoodCoeK3(); |
| | | judgeStdHigh=std*testParam.getResBadCoeK4(); |
| | |
| | | </insert> |
| | | <insert id="insertTestParam"> |
| | | INSERT INTO `tb_test_param` (`id`, `vol2_low_coe_k1`, `vol2_high_coe_k2`, `vol12_low_coe_k1`, `vol12_high_coe_k2`, `res_good_coe_k3`, `res_bad_coe_k4`, `chain_res_coe_k5`, `enabled`) |
| | | VALUES ('1', '1.8', '2.35', '10.8', '14.1', '1.25', '1.6', '1.2', '1') |
| | | VALUES ('1', '1.8', '2.35', '10.8', '14.1', '125', '160', '120', '1') |
| | | </insert> |
| | | |
| | | |