diff --git a/project/src/main/resources/mapper/SimulationDemandMapper.xml b/project/src/main/resources/mapper/SimulationDemandMapper.xml
index 90670202..cb66049e 100644
--- a/project/src/main/resources/mapper/SimulationDemandMapper.xml
+++ b/project/src/main/resources/mapper/SimulationDemandMapper.xml
@@ -75,10 +75,10 @@
updater = #{jobNumber},
- update_time = #{req.updateTime}
+ update_time = #{req.updateTime},
- description = #{req.description},
+ description = #{req.description}
where uuid = #{req.uuid}