Commit 7f8b8b4a authored by chengwenlong's avatar chengwenlong

没调整

parent 29078bcf
...@@ -121,6 +121,18 @@ public class WagesServiceImpl implements WagesService { ...@@ -121,6 +121,18 @@ public class WagesServiceImpl implements WagesService {
jsonObject1.put("account_code",wagesSalaryProof1.getAccountCode()); jsonObject1.put("account_code",wagesSalaryProof1.getAccountCode());
jsonObject1.put("auxiliary_item_a",wagesSalaryProof1.getAuxiliaryItemA()); jsonObject1.put("auxiliary_item_a",wagesSalaryProof1.getAuxiliaryItemA());
jsonObject1.put("auxiliary_item_b",wagesSalaryProof1.getAuxiliaryItemB()); jsonObject1.put("auxiliary_item_b",wagesSalaryProof1.getAuxiliaryItemB());
}else{
//如果项目带前带(,去获取相似项目的值
// if(sourceOfExpenses.startsWith("(")){
// for (int i = 0; i < borrowlists.size(); i++) {
// JSONObject obj = borrowlists.getJSONObject(i);
// if (obj.getString("classary").equals(abStract) && obj.getInt("age") == searchAge) {
// found = obj;
// break;
// }
// }
//
// }
} }
borrowlists.add(jsonObject1); borrowlists.add(jsonObject1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment