|
|
@@ -600,8 +600,8 @@ public class HyWorkOrder extends Controller {
|
|
|
// ordernodePao.setValue("explain",where.getString("explain"),11l);
|
|
|
// }
|
|
|
/** 添加是否有偿 **/
|
|
|
- if (where.containsKey("fispaid")) {
|
|
|
- ordernodePao.setValue("fispaid", where.getString("fispaid"), 11l);
|
|
|
+ if (where.containsKey("fpaid")) {
|
|
|
+ ordernodePao.setValue("fpaid", where.getString("fpaid"), 11l);
|
|
|
}
|
|
|
/** 添加文本 **/
|
|
|
if (where.containsKey("ftext")) {
|
|
|
@@ -616,6 +616,7 @@ public class HyWorkOrder extends Controller {
|
|
|
/** 添加服务价格 **/
|
|
|
if (where.containsKey("serverprice")) {
|
|
|
ordernodePao.setValue("serverprice", where.getDouble("serverprice"), 11l);
|
|
|
+ workorderPao.setValue("REPAIRPRICE", where.getDouble("serverprice"),11l);
|
|
|
}
|
|
|
if (where.containsKey("isconfirm")) {
|
|
|
if (where.getBoolean("isconfirm")) {
|