Commit 8b8808a3 authored by liuxun's avatar liuxun

merge

parent 10f135d6
......@@ -95,6 +95,7 @@ public class SrvProgramServiceImpl implements SrvProgramService {
chSrvProgram.setProgramDate(programDetailVo.getProgramDate());
chSrvProgram.setProgramEdnDate(programDetailVo.getProgramEndDate());
chSrvProgram.setProgStatus(0);
chSrvProgram.setChargeType(0L);
chSrvProgram.setEffTime(date);
chSrvProgramMapper.insert(chSrvProgram);
programId = chSrvProgram.getProgramId();
......
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