|
|
@@ -86,7 +86,7 @@ public class sendrepair extends Controller {
|
|
|
UpdateSQLdetail.setValue("agentcost", content.getBigDecimal("agentcost"));
|
|
|
UpdateSQLdetail.setValue("logisticscost", content.getBigDecimal("logisticscost"));
|
|
|
UpdateSQLdetail.setValue("logistics", content.getStringValue("logistics"));
|
|
|
- UpdateSQLdetail.setValue("price", content.getStringValue("price"));
|
|
|
+ UpdateSQLdetail.setValue("price", content.getBigDecimal("price"));
|
|
|
|
|
|
UpdateSQLdetail.setValue("newitemid", content.getStringValue("newitemid"));
|
|
|
UpdateSQLdetail.setValue("newitemno", content.getStringValue("newitemno"));
|