Commit ca4d9d30 by yinyong

费用单创建新增加拿大元币种解析

parent d3b6f6b4
......@@ -50,6 +50,7 @@ public class CurUtils {
curMap.put("GBP","英镑");
curMap.put("AUD","澳元");
curMap.put("CNY","人民币");
curMap.put("CAD", "加拿大元");
return curMap;
}
......
......@@ -122,4 +122,8 @@ public interface CostDao {
Integer selectCostStatusByNo(@Param("costNo") String costNo);
List<CostDto> getCostByRejectStatus();
List<String> listCostNo();
Integer updateCashierAnnex(@Param("costNo") String costNo, @Param("filePath") String filePath, @Param("downloadUrl") String downloadUrl);
}
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