|
|
@@ -875,7 +875,7 @@ public class HyWorkOrder extends Controller {
|
|
|
PaoRemote pao = workorder.getPao(0);
|
|
|
pao.setValue("fisscenefname", true, 11l);
|
|
|
pao.setValue("fistitem", where.getString("fistitem"), 11l);
|
|
|
-// pao.setValue("fisperiod",where.getBoolean("fisperiod"),11l);
|
|
|
+ pao.setValue("fisperiod",where.getBoolean("fisperiod"),11l);
|
|
|
pao.setValue("fiserror", where.getString("fiserror"), 11l);
|
|
|
if (where.containsKey("repairprice")) {
|
|
|
pao.setValue("repairprice", where.getDouble("repairprice"), 11l);
|