|
|
@@ -576,7 +576,10 @@ public class HyWorkOrder extends Controller {
|
|
|
// if(where.containsKey("explain")){
|
|
|
// ordernodePao.setValue("explain",where.getString("explain"),11l);
|
|
|
// }
|
|
|
-
|
|
|
+ /** Ìí¼ÓÊÇ·ñÓг¥ **/
|
|
|
+ if (where.containsKey("fispaid")) {
|
|
|
+ ordernodePao.setValue("fispaid", where.getString("fispaid"), 11l);
|
|
|
+ }
|
|
|
/** Ìí¼ÓÎı¾ **/
|
|
|
if (where.containsKey("ftext")) {
|
|
|
|